home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE23 / STARTUP / StubExe32U.dfm / StubExe32U.txt
Text File  |  1995-11-18  |  840b  |  44 lines

  1. object Form1: TForm1
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Form1'
  6.   ClientHeight = 41
  7.   ClientWidth = 293
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object LoadLibBtn: TButton
  16.     Left = 8
  17.     Top = 8
  18.     Width = 75
  19.     Height = 25
  20.     Caption = '&Load Library'
  21.     TabOrder = 0
  22.     OnClick = LoadLibBtnClick
  23.   end
  24.   object ThreadBtn: TButton
  25.     Left = 88
  26.     Top = 8
  27.     Width = 113
  28.     Height = 25
  29.     Caption = '&Create Short Thread'
  30.     TabOrder = 1
  31.     OnClick = ThreadBtnClick
  32.   end
  33.   object FreeLibBtn: TButton
  34.     Left = 208
  35.     Top = 8
  36.     Width = 75
  37.     Height = 25
  38.     Caption = '&Free Library'
  39.     Enabled = False
  40.     TabOrder = 2
  41.     OnClick = FreeLibBtnClick
  42.   end
  43. end
  44.